![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
Include dependency graph for main_agm01_freertos_two_tasks.c:Go to the source code of this file.
Functions | |
| static void | read_task (void *pvParameters) |
| static void | fusion_task (void *pvParameters) |
| int | main (void) |
Variables | |
| SensorFusionGlobals | sfg |
| ControlSubsystem | controlSubsystem |
| StatusSubsystem | statusSubsystem |
| PhysicalSensor | sensors [2] |
| EventGroupHandle_t | event_group = NULL |
This file shows one recommended way to incorporate sensor fusion capabilities into a FreeRTOS project.
Definition in file main_agm01_freertos_two_tasks.c.
|
static |
Definition at line 117 of file main_agm01_freertos_two_tasks.c.
Referenced by main().
Here is the caller graph for this function:| int main | ( | void | ) |
This is a FreeRTOS (dual task) implementation of the NXP sensor fusion demo build.
Definition at line 72 of file main_agm01_freertos_two_tasks.c.
Here is the call graph for this function:
|
static |
Definition at line 101 of file main_agm01_freertos_two_tasks.c.
Referenced by main().
Here is the caller graph for this function:| ControlSubsystem controlSubsystem |
used for serial communications
Definition at line 63 of file main_agm01_freertos_two_tasks.c.
| EventGroupHandle_t event_group = NULL |
Definition at line 66 of file main_agm01_freertos_two_tasks.c.
Referenced by fusion_task(), main(), and read_task().
| PhysicalSensor sensors[2] |
This implementation uses two physical sensors.
Definition at line 65 of file main_agm01_freertos_two_tasks.c.
This is the primary sensor fusion data structure.
Definition at line 62 of file main_agm01_freertos_two_tasks.c.
| StatusSubsystem statusSubsystem |
provides visual (usually LED) status indicator
Definition at line 64 of file main_agm01_freertos_two_tasks.c.